projects
/
siridb-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d64bb
)
add debhelper instructions to readme
author
Michael Ziegler
<michael.ziegler@proemion.com>
Thu, 4 Oct 2018 07:08:55 +0000
(09:08 +0200)
committer
Michael Ziegler
<michael.ziegler@proemion.com>
Thu, 4 Oct 2018 07:08:55 +0000
(09:08 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 611aaaa7b92f612ee2e15b951afd813bff9c2458..7dac9b299e4a40356d7680e38b738e639e313d0b 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-48,7
+48,16
@@
Compile (replace Release with Debug for a debug build):
cd ./Release
make clean
make
-```
+```
+
+Build Debian packages:
+
+```
+apt-get install devscripts lintian
+git archive -o ../siridb-server_2.0.29.orig.tar.gz master
+debuild -us -uc
+```
+
#### OSX
Install the following requirements:
```